home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 1.iso / dist / fw_teTeX.idb / usr / freeware / info / latex.info-3.z / latex.info-3 (.txt)
GNU Info File  |  2001-01-10  |  32KB  |  654 lines

  1. This is Info file latex.info, produced by Makeinfo version 1.68 from
  2. the input file latex2e.texi.
  3. INFO-DIR-SECTION TeX
  4. START-INFO-DIR-ENTRY
  5. * LaTeX2e: (latex).                  LaTeXe help 1.6.
  6. END-INFO-DIR-ENTRY
  7.    This file documents LaTeX2e, a document preparation system. LaTeX2e
  8. is a macro package for TeX.
  9.    This is edition 1.6 of the LaTeX2e documentation, and is for the
  10. Texinfo that is distributed as part of Version 19 of GNU Emacs. It uses
  11. version 2.134 or later of the texinfo.tex input file.
  12.    This is translated from LATEX.HLP v1.0a in the VMS Help Library.  The
  13. pre-translation version was written by George D. Greenwade of Sam
  14. Houston State University.
  15.    The LaTeX 2.09 version was written by Stephen Gilmore
  16. <stg@dcs.ed.ac.uk>.
  17.    The LaTeX2e version was adapted from this by Torsten Martinsen
  18. <bullestock@dk-online.dk>.
  19.    Copyright 1988,1994 Free Software Foundation, Inc.  Copyright
  20. 1994-1996 Torsten Martinsen.
  21.    Permission is granted to make and distribute verbatim copies of this
  22. manual provided the copyright notice and this permission notice are
  23. preserved on all copies.
  24.    Permission is granted to copy and distribute modified versions of
  25. this manual under the conditions for verbatim copying, provided that
  26. the entire resulting derived work is distributed under the terms of a
  27. permission notice identical to this one.
  28.    Permission is granted to copy and distribute translations of this
  29. manual into another language, under the above conditions for modified
  30. versions, except that the sections entitled "Distribution" and "General
  31. Public License" may be included in a translation approved by the author
  32. instead of in the original English.
  33. File: latex.info,  Node: \addcontentsline,  Next: \addtocontents,  Prev: Table of Contents,  Up: Table of Contents
  34. \addcontentsline
  35. ----------------
  36.    `\addcontentsline{file}{sec_unit}{entry}'
  37.    The `\addcontentsline' command adds an entry to the specified list
  38. or table where:
  39.    * `file' is the extension of the file on which information is to be
  40.      written: `toc' (table of contents), `lof' (list of figures), or
  41.      `lot' (list of tables).
  42.    * `sec_unit' controls the formatting of the entry.  It should be one
  43.      of the following, depending upon the value of the file argument:
  44.        1. `toc' -- the name of the sectional unit, such as part or
  45.           subsection.
  46.        2. `lof' -- figure
  47.        3. `lot' -- table
  48.    * `entry' is the text of the entry.
  49. File: latex.info,  Node: \addtocontents,  Prev: \addcontentsline,  Up: Table of Contents
  50. \addtocontents
  51. --------------
  52.    `\addtocontents{file}{text}'
  53.    The `\addtocontents' command adds text (or formatting commands)
  54. directly to the file that generates the table of contents or list of
  55. figures or tables.
  56.    * `file' is the extension of the file on which information is to be
  57.      written: `toc' (table of contents), `lof' (list of figures), or
  58.      `lot' (list of tables).
  59.    * `text' is the information to be written.
  60. File: latex.info,  Node: Terminal Input/Output,  Next: Typefaces,  Prev: Table of Contents,  Up: Commands
  61. Terminal Input/Output
  62. =====================
  63. * Menu:
  64. * \typein::             Read text from the terminal.
  65. * \typeout::            Write text to the terminal.
  66. File: latex.info,  Node: \typein,  Next: \typeout,  Up: Terminal Input/Output
  67. \typein
  68. -------
  69.    `\typein[cmd]{msg}'
  70.    Prints `msg' on the terminal and causes LaTeX to stop and wait for
  71. you to type a line of input, ending with return.  If the `cmd' argument
  72. is missing, the typed input is processed as if it had been included in
  73. the input file in place of the `\typein' command.  If the `cmd'
  74. argument is present, it must be a command name.  This command name is
  75. then defined or redefined to be the typed input.
  76. File: latex.info,  Node: \typeout,  Prev: \typein,  Up: Terminal Input/Output
  77. \typeout
  78. --------
  79.    `\typeout{msg}'
  80.    Prints `msg' on the terminal and in the `log' file.  Commands in
  81. `msg' that are defined with `\newcommand' or `\renewcommand' are
  82. replaced by their definitions before being printed.
  83.    LaTeX's usual rules for treating multiple spaces as a single space
  84. and ignoring spaces after a command name apply to `msg'.  A `\space'
  85. command in `msg' causes a single space to be printed. A `^^J' in `msg'
  86. prints a newline.
  87. File: latex.info,  Node: Typefaces,  Prev: Terminal Input/Output,  Up: Commands
  88. Typefaces
  89. =========
  90.    The `typeface' is specified by giving the "size" and "style".  A
  91. typeface is also called a "font".
  92. * Menu:
  93. * Styles::                      Select roman, italics etc.
  94. * Sizes::                       Select point size.
  95. * Low-level font commands::     Commands for wizards.
  96. File: latex.info,  Node: Styles,  Next: Sizes,  Prev: Typefaces,  Up: Typefaces
  97. \Styles
  98. -------
  99.    The following type style commands are supported by LaTeX.
  100.    These commands are used like `\textit{italics text}'. The
  101. corresponding command in parenthesis is the "declaration form", which
  102. takes no arguments. The scope of the declaration form lasts until the
  103. next type style command or the end of the current group.
  104.    The declaration forms are cumulative; i.e., you can say
  105. `\sffamily\bfseries' to get sans serif boldface.
  106.    You can also use the environment form of the declaration forms; e.g.
  107. `\begin{ttfamily}...\end{ttfamily}'.
  108. `\textrm (\rmfamily)'
  109.      Roman.
  110. `\textit (\itshape)'
  111. `\emph'
  112.      Emphasis (toggles between \textit and \textrm).
  113. `\textmd (\mdseries)'
  114.      Medium weight (default). The opposite of boldface.
  115. `\textbf (\bfseries)'
  116.      Boldface.
  117. `\textup (\upshape)'
  118.      Upright (default). The opposite of slanted.
  119. `\textsl (\slshape)'
  120.      Slanted.
  121. `\textsf (\sffamily)'
  122.      Sans serif.
  123. `\textsc (\scshape)'
  124.      Small caps.
  125. `\texttt (\ttfamily)'
  126.      Typewriter.
  127. `\textnormal (\normalfont)'
  128.      Main document font.
  129. `\mathrm'
  130.      Roman, for use in math mode.
  131. `\mathbf'
  132.      Boldface, for use in math mode.
  133. `\mathsf'
  134.      Sans serif, for use in math mode.
  135. `\mathtt'
  136.      Typewriter, for use in math mode.
  137. `\mathit'
  138.      Italics, for use in math mode, e.g. variable names with several
  139.      letters.
  140. `\mathnormal'
  141.      For use in math mode, e.g. inside another type style declaration.
  142. `\mathcal'
  143.      `Calligraphic' letters, for use in math mode.
  144.    In addition, the command `\mathversion{bold}' can be used for
  145. switching to bold letters and symbols in formulas.
  146. `\mathversion{normal}' restores the default.
  147. File: latex.info,  Node: Sizes,  Next: Low-level font commands,  Prev: Styles,  Up: Typefaces
  148. Sizes
  149. -----
  150.    The following standard type size commands are supported by LaTeX.
  151.    The commands as listed here are "declaration forms". The scope of the
  152. declaration form lasts until the next type style command or the end of
  153. the current group.
  154.    You can also use the environment form of these commands; e.g.
  155. `\begin{tiny}...\end{tiny}'.
  156. `\tiny'
  157. `\scriptsize'
  158. `\footnotesize'
  159. `\small'
  160. `\normalsize'
  161.      (default)
  162. `\large'
  163. `\Large'
  164. `\LARGE'
  165. `\huge'
  166. `\Huge'
  167. File: latex.info,  Node: Low-level font commands,  Prev: Sizes,  Up: Typefaces
  168. Low-level font commands
  169. -----------------------
  170.    These commands are primarily intended for writers of macros and
  171. packages.  The commands listed here are only a subset of the available
  172. ones. For full details, you should consult Chapter 7 of `The LaTeX
  173. Companion'.
  174. `\fontencoding{enc}'
  175.      Select font encoding. Valid encodings include `OT1' and `T1'.
  176. `\fontfamily{family}'
  177.      Select font family. Valid families include:
  178.         * `cmr'  for Computer Modern Roman
  179.         * `cmss' for Computer Modern Sans Serif
  180.         * `cmtt' for Computer Modern Typewriter
  181.      and numerous others.
  182. `\fontseries{series}'
  183.      Select font series. Valid series include:
  184.         * `m'  Medium (normal)
  185.         * `b'  Bold
  186.         * `c'  Condensed
  187.         * `bc' Bold condensed
  188.         * `bx' Bold extended
  189.      and various other combinations.
  190. `\fontshape{shape}'
  191.      Select font shape. Valid shapes are:
  192.         * `n'  Upright (normal)
  193.         * `it' Italic
  194.         * `sl' Slanted (oblique)
  195.         * `sc' Small caps
  196.         * `ui' Upright italics
  197.         * `ol' Outline
  198.      The two last shapes are not available for most font families.
  199. `\fontsize{size}{skip}'
  200.      Set font size. The first parameter is the font size to switch to;
  201.      the second is the `\baselineskip' to use. The unit of both
  202.      parameters defaults to pt. A rule of thumb is that the
  203.      baselineskip should be 1.2 times the font size.
  204. `\selectfont'
  205.      The changes made by calling the four font commands described above
  206.      do not come into effect until `\selectfont' is called.
  207. `\usefont{enc}{family}{series}{shape}'
  208.      Equivalent to calling `\fontencoding', `\fontfamily',
  209.      `\fontseries' and `\fontshape' with the given parameters, followed
  210.      by `\selectfont'.
  211. File: latex.info,  Node: Parameters,  Next: Concept Index,  Prev: Commands,  Up: Top
  212. Parameters
  213. **********
  214.    The input file specification indicates the file to be formatted; TeX
  215. uses `.tex' as a default file extension.  If you omit the input file
  216. entirely, TeX accepts input from the terminal.  You specify command
  217. options by supplying a string as a parameter to the command; e.g.
  218.    `latex ``\scrollmode\input foo.tex'''
  219.    will process `foo.tex' without pausing after every error.
  220.    Output files are always created in the current directory. When you
  221. fail to specify an input file name, TeX bases the output names on the
  222. file specification associated with the logical name TEX_OUTPUT,
  223. typically `texput.log'.
  224. File: latex.info,  Node: Concept Index,  Next: Command Index,  Prev: Parameters,  Up: Top
  225. Concept Index
  226. *************
  227. * Menu:
  228. * Accessing any character of a font:     Special Characters.
  229. * Aligning Equations:                    eqnarray.
  230. * Appendix, creating:                    Sectioning.
  231. * Arrays, math:                          array.
  232. * article class:                         Document Classes.
  233. * Author, for titlepage:                 \author.
  234. * Bibliography, creating (automatically): Using BibTeX.
  235. * Bibliography, creating (manually):     thebibliography.
  236. * BibTeX, using:                         Using BibTeX.
  237. * book class:                            Document Classes.
  238. * Boxes:                                 Spaces & Boxes.
  239. * Cc list:                               \cc.
  240. * Centering text:                        \centering.
  241. * Centering text, environment for:       center.
  242. * Characters, reserved:                  Special Characters.
  243. * Characters, special:                   Special Characters.
  244. * Classes of document:                   Document Classes.
  245. * Commands, defining new ones:           \newcommand.
  246. * Computer programs, typesetting:        verbatim.
  247. * Counters, a list of:                   Counters.
  248. * Counters, creating:                    \newcounter.
  249. * Counters, getting the value of:        \value.
  250. * Counters, setting:                     \setcounter.
  251. * Creating letters:                      Letters.
  252. * Creating pictures:                     picture.
  253. * Creating tables:                       table.
  254. * Cross referencing:                     Cross References.
  255. * Cross referencing using page number:   \pageref.
  256. * Cross referencing using section number: \ref.
  257. * Date, for titlepage:                   \date.
  258. * Defining a new command:                \newcommand.
  259. * Defining new environments:             \newenvironment.
  260. * Defining new fonts:                    \newfont.
  261. * Defining new theorems:                 \newtheorem.
  262. * Displaying quoted text:                quote.
  263. * Displaying quoted text with paragraph indentation: quotation.
  264. * Document Classes:                      Document Classes.
  265. * Enclosed material:                     \encl.
  266. * Ending & Starting:                     Starting & Ending.
  267. * Enlarge current page:                  \enlargethispage.
  268. * Environments:                          Environments.
  269. * Environments, defining:                \newenvironment.
  270. * Equations, aligning:                   eqnarray.
  271. * Equations, environment for:            equation.
  272. * exponent:                              Math Formulae.
  273. * Figures, footnotes in:                 minipage.
  274. * Flushing a page:                       \clearpage.
  275. * Font commands, low-level:              Low-level font commands.
  276. * Font Sizes:                            Sizes.
  277. * Font Styles:                           Styles.
  278. * Fonts:                                 Typefaces.
  279. * Fonts, new commands for:               \newfont.
  280. * Footnotes in figures:                  minipage.
  281. * Footnotes, creating:                   Footnotes.
  282. * Formatting Text:                       \centering.
  283. * Formulae, environment for:             equation.
  284. * Formulae, maths:                       Math Formulae.
  285. * Global options:                        Document Classes.
  286. * Greek letters:                         Math Symbols.
  287. * Hyphenation, defining:                 \hyphenation.
  288. * Hyphenation, forcing:                  \- (hyphenation).
  289. * Indent, forcing:                       \indent.
  290. * Indent, suppressing:                   \noindent.
  291. * Input file, splitting:                 Splitting the Input.
  292. * Input/Output:                          Terminal Input/Output.
  293. * Inserting figures:                     figure.
  294. * Justification, ragged left:            \raggedleft.
  295. * Justification, ragged right:           \raggedright.
  296. * Labelled lists, creating:              description.
  297. * LaTeX overview:                        Overview.
  298. * Layout commands:                       Layout.
  299. * Left-justifying text:                  \raggedright.
  300. * Left-justifying text, environment for: flushleft.
  301. * Left-to-right mode:                    Modes.
  302. * Lengths, adding to:                    \addtolength.
  303. * Lengths, defining a new:               \newlength.
  304. * Lengths, defining and using:           Lengths.
  305. * Lengths, predefined:                   Predefined lengths.
  306. * Lengths, setting value of:             \setlength.
  307. * letter class:                          Document Classes.
  308. * Letters:                               Letters.
  309. * Letters, ending:                       \closing.
  310. * Letters, starting:                     \opening.
  311. * Line Breaking:                         Line & Page Breaking.
  312. * Line breaks:                           \linebreak.
  313. * Lines in tables:                       tabular.
  314. * Lining text up in columns using tab stops: tabbing.
  315. * Lining text up in tables:              tabular.
  316. * Lists of items:                        itemize.
  317. * Lists of items, generic:               list.
  318. * Lists of items, numbered:              enumerate.
  319. * Loading additional packages:           Document Classes.
  320. * Low-level font commands:               Low-level font commands.
  321. * LR mode:                               Modes.
  322. * Making a title page:                   titlepage.
  323. * Making paragraphs:                     Making Paragraphs.
  324. * Margin Notes:                          Margin Notes.
  325. * Math Formulae:                         Math Formulae.
  326. * Math mode:                             Modes.
  327. * Math mode, entering:                   Math Formulae.
  328. * Math mode, spacing:                    Spacing in Math Mode.
  329. * Maths Miscellany:                      Math Miscellany.
  330. * Maths symbols:                         Math Symbols.
  331. * Minipage, creating a:                  minipage.
  332. * Modes:                                 Modes.
  333. * Multicolumn text:                      \twocolumn.
  334. * New line, starting:                    \\.
  335. * New line, starting (paragraph mode):   \newline.
  336. * New Page:                              \newpage.
  337. * Notes in the margin:                   Margin Notes.
  338. * Options, global:                       Document Classes.
  339. * Overview of LaTeX:                     Overview.
  340. * Packages, loading:                     Document Classes.
  341. * Page break, forcing:                   \pagebreak.
  342. * Page Breaking:                         Line & Page Breaking.
  343. * Page Formatting:                       Line & Page Breaking.
  344. * Page numbering:                        \pagenumbering.
  345. * Page styles:                           Page Styles.
  346. * Paragraph mode:                        Modes.
  347. * Paragraph, starting a new:             \par.
  348. * Paragraphs:                            Making Paragraphs.
  349. * Pictures, creating:                    picture.
  350. * Poetry, an environment for:            verse.
  351. * Predefined lengths:                    Predefined lengths.
  352. * Programs, typesetting:                 verbatim.
  353. * Quoted text with paragraph indentation, displaying: quotation.
  354. * Quoted text, displaying:               quote.
  355. * Ragged left text:                      \raggedleft.
  356. * Ragged left text, environment for:     flushright.
  357. * Ragged right text:                     \raggedright.
  358. * Ragged right text, environment for:    flushleft.
  359. * Remarks in the margin:                 Margin Notes.
  360. * report class:                          Document Classes.
  361. * Reserved Characters:                   Special Characters.
  362. * Right-justifying text:                 \raggedleft.
  363. * Right-justifying text, environment for: flushright.
  364. * Sectioning:                            Sectioning.
  365. * Simulating typed text:                 verbatim.
  366. * Sizes of text:                         Sizes.
  367. * Space, inserting vertical:             \addvspace.
  368. * Spaces:                                Spaces & Boxes.
  369. * Spacing, within Math mode:             Spacing in Math Mode.
  370. * Special Characters:                    Special Characters.
  371. * Splitting the input file:              Splitting the Input.
  372. * Starting & Ending:                     Starting & Ending.
  373. * Starting on a  right-hand page:        \cleardoublepage.
  374. * Styles of text:                        Styles.
  375. * Styles, page:                          Page Styles.
  376. * Subscript:                             Subscripts & Superscripts.
  377. * Superscript:                           Subscripts & Superscripts.
  378. * Symbols:                               Math Symbols.
  379. * Tab stops, using:                      tabbing.
  380. * Table of Contents, creating:           Table of Contents.
  381. * Tables, creating:                      table.
  382. * Terminal Input/Output:                 Terminal Input/Output.
  383. * Thanks, for titlepage:                 \thanks.
  384. * Theorems, defining:                    \newtheorem.
  385. * Theorems, typesetting:                 theorem.
  386. * Title making:                          \maketitle.
  387. * Title pages, creating:                 titlepage.
  388. * Title, for titlepage:                  \title.
  389. * Typed text, simulating:                verbatim.
  390. * Typeface Sizes:                        Sizes.
  391. * Typeface Styles:                       Styles.
  392. * Typefaces:                             Typefaces.
  393. * Using BibTeX:                          Using BibTeX.
  394. * Variables, a list of:                  Counters.
  395. * Verbatim text:                         \verb.
  396. * Vertical space, inserting:             \addvspace.
  397. File: latex.info,  Node: Command Index,  Prev: Concept Index,  Up: Top
  398. Command Index
  399. *************
  400. * Menu:
  401. * $:                                     Math Formulae.
  402. * \!:                                    Spacing in Math Mode.
  403. * \' (tabbing):                          tabbing.
  404. * \(:                                    Math Formulae.
  405. * \):                                    Math Formulae.
  406. * \+:                                    tabbing.
  407. * \,:                                    Spacing in Math Mode.
  408. * \- (hyphenation):                      \- (hyphenation).
  409. * \- (tabbing):                          tabbing.
  410. * \;:                                    Spacing in Math Mode.
  411. * \<:                                    tabbing.
  412. * \=:                                    tabbing.
  413. * \>:                                    tabbing.
  414. * \[:                                    Math Formulae.
  415. * \\:                                    \\.
  416. * \]:                                    Math Formulae.
  417. * \` (tabbing):                          tabbing.
  418. * \a:                                    tabbing.
  419. * \addcontentsline:                      \addcontentsline.
  420. * \address:                              \address.
  421. * \addtocontents:                        \addtocontents.
  422. * \addtocounter:                         \addtocounter.
  423. * \addtolength:                          \addtolength.
  424. * \addvspace:                            \addvspace.
  425. * \Alph:                                 \alph.
  426. * \alph:                                 \alph.
  427. * \appendix:                             Sectioning.
  428. * \arabic:                               \arabic.
  429. * \author:                               \author.
  430. * \backslash:                            Special Characters.
  431. * \begin:                                Environments.
  432. * \bfseries:                             Styles.
  433. * \bibitem:                              \bibitem.
  434. * \bibliography:                         Using BibTeX.
  435. * \bibliographystyle:                    Using BibTeX.
  436. * \bigskip:                              \bigskip.
  437. * \caption:                              figure.
  438. * \cc:                                   \cc.
  439. * \cdots:                                Math Miscellany.
  440. * \centering:                            \centering.
  441. * \chapter:                              Sectioning.
  442. * \circle:                               \circle.
  443. * \cite:                                 \cite.
  444. * \cleardoublepage:                      \cleardoublepage.
  445. * \clearpage:                            \clearpage.
  446. * \cline:                                \cline.
  447. * \closing:                              \closing.
  448. * \COLON:                                Spacing in Math Mode.
  449. * \dashbox:                              \dashbox.
  450. * \date:                                 \date.
  451. * \ddots:                                Math Miscellany.
  452. * \depth:                                Predefined lengths.
  453. * \documentclass:                        Document Classes.
  454. * \dotfill:                              \dotfill.
  455. * \emph:                                 Styles.
  456. * \encl:                                 \encl.
  457. * \end:                                  Environments.
  458. * \enlargethispage:                      \enlargethispage.
  459. * \fbox:                                 \fbox.
  460. * \flushbottom:                          \flushbottom.
  461. * \fnsymbol:                             \fnsymbol.
  462. * \fontencoding:                         Low-level font commands.
  463. * \fontfamily:                           Low-level font commands.
  464. * \fontseries:                           Low-level font commands.
  465. * \fontshape:                            Low-level font commands.
  466. * \fontsize:                             Low-level font commands.
  467. * \footnote:                             \footnote.
  468. * \footnotemark:                         \footnotemark.
  469. * \footnotesize:                         Sizes.
  470. * \footnotetext:                         \footnotetext.
  471. * \frac:                                 Math Miscellany.
  472. * \frame:                                \frame.
  473. * \framebox <1>:                         \framebox.
  474. * \framebox:                             \framebox (picture).
  475. * \fussy:                                \fussy.
  476. * \height:                               Predefined lengths.
  477. * \hfill:                                \hfill.
  478. * \hline:                                \hline.
  479. * \hrulefill:                            \hrulefill.
  480. * \hspace:                               \hspace.
  481. * \Huge:                                 Sizes.
  482. * \huge:                                 Sizes.
  483. * \hyphenation:                          \hyphenation.
  484. * \include:                              \include.
  485. * \includeonly:                          \includeonly.
  486. * \indent:                               \indent.
  487. * \input:                                \input.
  488. * \item:                                 itemize.
  489. * \itshape:                              Styles.
  490. * \kill:                                 tabbing.
  491. * \label:                                \label.
  492. * \LARGE:                                Sizes.
  493. * \Large:                                Sizes.
  494. * \large:                                Sizes.
  495. * \ldots:                                Math Miscellany.
  496. * \lefteqn:                              eqnarray.
  497. * \line:                                 \line.
  498. * \linebreak:                            \linebreak.
  499. * \linethickness:                        \linethickness.
  500. * \listoffigures:                        Table of Contents.
  501. * \listoftables:                         Table of Contents.
  502. * \location:                             \location.
  503. * \makebox:                              \makebox.
  504. * \makebox (picture):                    \makebox (picture).
  505. * \makelabels:                           \makelabels.
  506. * \maketitle:                            \maketitle.
  507. * \markboth:                             \markboth.
  508. * \markright:                            \markright.
  509. * \mathbf:                               Styles.
  510. * \mathcal:                              Styles.
  511. * \mathit:                               Styles.
  512. * \mathnormal:                           Styles.
  513. * \mathrm:                               Styles.
  514. * \mathsf:                               Styles.
  515. * \mathtt:                               Styles.
  516. * \mathversion:                          Styles.
  517. * \mbox:                                 \mbox.
  518. * \mdseries:                             Styles.
  519. * \medskip:                              \medskip.
  520. * \multicolumn:                          \multicolumn.
  521. * \multiput:                             \multiput.
  522. * \name:                                 \name.
  523. * \newcommand:                           \newcommand.
  524. * \newcounter:                           \newcounter.
  525. * \newenvironment:                       \newenvironment.
  526. * \newfont:                              \newfont.
  527. * \newlength:                            \newlength.
  528. * \newline:                              \newline.
  529. * \newpage:                              \newpage.
  530. * \newsavebox:                           \newsavebox.
  531. * \newtheorem:                           \newtheorem.
  532. * \nocite:                               \nocite.
  533. * \nofiles:                              Table of Contents.
  534. * \noindent:                             \noindent.
  535. * \nolinebreak:                          \nolinebreak.
  536. * \nopagebreak:                          \nopagebreak.
  537. * \normalfont:                           Styles.
  538. * \normalsize:                           Sizes.
  539. * \onecolumn:                            \onecolumn.
  540. * \opening:                              \opening.
  541. * \oval:                                 \oval.
  542. * \overbrace:                            Math Miscellany.
  543. * \overline:                             Math Miscellany.
  544. * \pagebreak:                            \pagebreak.
  545. * \pagenumbering:                        \pagenumbering.
  546. * \pageref:                              \pageref.
  547. * \pagestyle:                            \pagestyle.
  548. * \par:                                  \par.
  549. * \paragraph:                            Sectioning.
  550. * \parbox:                               \parbox.
  551. * \poptabs:                              tabbing.
  552. * \ps:                                   \ps.
  553. * \pushtabs:                             tabbing.
  554. * \put:                                  \put.
  555. * \raggedbottom:                         \raggedbottom.
  556. * \raggedleft:                           \raggedleft.
  557. * \raggedright:                          \raggedright.
  558. * \raisebox:                             \raisebox.
  559. * \ref:                                  \ref.
  560. * \refstepcounter:                       \refstepcounter.
  561. * \rmfamily:                             Styles.
  562. * \Roman:                                \roman.
  563. * \roman:                                \roman.
  564. * \rule:                                 \rule.
  565. * \savebox:                              \savebox.
  566. * \sbox:                                 \sbox.
  567. * \scriptsize:                           Sizes.
  568. * \scshape:                              Styles.
  569. * \selectfont:                           Low-level font commands.
  570. * \setcounter:                           \setcounter.
  571. * \setlength:                            \setlength.
  572. * \settodepth:                           \settodepth.
  573. * \settoheight:                          \settoheight.
  574. * \settowidth:                           \settowidth.
  575. * \sffamily:                             Styles.
  576. * \shortstack:                           \shortstack.
  577. * \signature:                            \signature.
  578. * \sloppy:                               \sloppy.
  579. * \slshape:                              Styles.
  580. * \small:                                Sizes.
  581. * \smallskip:                            \smallskip.
  582. * \sqrt:                                 Math Miscellany.
  583. * \startbreaks:                          \startbreaks.
  584. * \stepcounter:                          \stepcounter.
  585. * \stopbreaks:                           \stopbreaks.
  586. * \subparagraph:                         Sectioning.
  587. * \subsection:                           Sectioning.
  588. * \subsubsection:                        Sectioning.
  589. * \symbol:                               Special Characters.
  590. * \tableofcontents:                      Table of Contents.
  591. * \telephone:                            \telephone.
  592. * \textbf:                               Styles.
  593. * \textit:                               Styles.
  594. * \textmd:                               Styles.
  595. * \textnormal:                           Styles.
  596. * \textrm:                               Styles.
  597. * \textsc:                               Styles.
  598. * \textsf:                               Styles.
  599. * \textsl:                               Styles.
  600. * \texttt:                               Styles.
  601. * \textup:                               Styles.
  602. * \thanks:                               \thanks.
  603. * \thispagestyle:                        \thispagestyle.
  604. * \tiny:                                 Sizes.
  605. * \title:                                \title.
  606. * \today:                                titlepage.
  607. * \totalheight:                          Predefined lengths.
  608. * \ttfamily:                             Styles.
  609. * \twocolumn:                            \twocolumn.
  610. * \typein:                               \typein.
  611. * \typeout:                              \typeout.
  612. * \underbrace:                           Math Miscellany.
  613. * \underline:                            Math Miscellany.
  614. * \upshape:                              Styles.
  615. * \usebox:                               \usebox.
  616. * \usecounter:                           \usecounter.
  617. * \usefont:                              Low-level font commands.
  618. * \usepackage:                           Document Classes.
  619. * \value:                                \value.
  620. * \vdots:                                Math Miscellany.
  621. * \vector:                               \vector.
  622. * \verb:                                 \verb.
  623. * \vfill:                                \vfill.
  624. * \vline:                                \vline.
  625. * \vspace:                               \vspace.
  626. * \width:                                Predefined lengths.
  627. * ^:                                     Subscripts & Superscripts.
  628. * _:                                     Subscripts & Superscripts.
  629. * array:                                 array.
  630. * center:                                center.
  631. * description:                           description.
  632. * enumerate:                             enumerate.
  633. * eqnarray:                              eqnarray.
  634. * equation:                              equation.
  635. * figure:                                figure.
  636. * flushleft:                             flushleft.
  637. * flushright:                            flushright.
  638. * itemize:                               itemize.
  639. * letter:                                letter.
  640. * list:                                  list.
  641. * lrbox:                                 lrbox.
  642. * minipage:                              minipage.
  643. * picture:                               picture.
  644. * quotation:                             quotation.
  645. * quote:                                 quote.
  646. * tabbing:                               tabbing.
  647. * table:                                 table.
  648. * tabular:                               tabular.
  649. * thebibliography:                       thebibliography.
  650. * theorem:                               theorem.
  651. * titlepage:                             titlepage.
  652. * verbatim:                              verbatim.
  653. * verse:                                 verse.
  654.